home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8174 / 8174.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-12-30  |  1KB  |  27 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.     <Description about="urn:mozilla:install-manifest">
  7.         <em:id>anttoolbar@ant.com</em:id>
  8.         <em:name>Ant Video Downloader</em:name>
  9.         <em:version>2.0</em:version>
  10.         <em:optionsURL>chrome://antbar/content/xul/options.xul</em:optionsURL>
  11.  
  12.         <em:targetApplication>
  13.             <Description>
  14.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  15.                 <em:minVersion>1.5</em:minVersion>
  16.                 <em:maxVersion>3.6.*</em:maxVersion>
  17.             </Description>
  18.         </em:targetApplication>
  19.  
  20.         <em:creator>Ant.com</em:creator>
  21.         <em:description>This addon allows you to download and watch FLV movies locally and search the web with Ant.com.</em:description>
  22.         <em:homepageURL>http://www.ant.com/video-downloader/</em:homepageURL>
  23.         <em:iconURL>chrome://antbar/skin/movies_32x32.png</em:iconURL>
  24.     </Description>
  25.  
  26. </RDF>
  27.